@charset "utf-8";
/* CSS Document */



#container {
	width: 1000px;
	height: 2000px;
	margin-left: auto;
	margin-right: auto; 
	margint-top: 40px;
}

.header {
	width: 1000px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A0B15F;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: white;
	line-height: 140px;
	border-radius: 15px;
}

.nav {
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

.button {
	display: inline-block;
	height: 80px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	line-height: 80px;
	background-color: #808000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 15px;
}

.article {
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 1000px;
	height: 700px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(helft%2010%25.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

.footer {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
	background-color: #A0B15F; 
	line-height: 90px;
	text-align: center; 
	border-radius: 15px;	
}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:
}

a {
	font-style: normal;
	text-decoration: none;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

a:hover {
	color: #9C9;
	text-decoration: none;
}

p {
	font-family: Verdana, Geneva, sans-serif;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #A0B15F;
}




	
	








	